Byte Color
データ型の一つ
8bitで色を管理する
RGBがそれぞれ8bit持っている
$ (2^8)^3 =256*256*256 = 16,777,216色
Store Named Attribute Nodeで出てくる
Vertex ColorをFBXとかでちゃんとExportするために使う?
FloatではちゃんとExportできないっぽい?
https://blender.stackexchange.com/questions/272054/how-to-export-vertex-colors
https://blenderartists.org/t/geo-nodes-vertex-colours-dont-export-with-fbx/1385041